From 61fde2dbe2625ca374d7a8ea15caae906937e935 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 7 Jul 2021 20:34:40 +0200 Subject: [PATCH] debian/control: Add python3-gi as test build dependency It's needed by introspection tests --- debian/control | 1 + debian/control.in | 1 + debian/tests/control | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 7373d3f5e0..0db4754df7 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,7 @@ Build-Depends: adwaita-icon-theme , locales | locales-all , meson (>= 0.54), pkg-config, + python3-gi (>= 3.40) , sassc, ttf-bitstream-vera , wayland-protocols (>= 1.21) [linux-any], diff --git a/debian/control.in b/debian/control.in index e0793726cb..c7c1ee317e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -51,6 +51,7 @@ Build-Depends: adwaita-icon-theme , locales | locales-all , meson (>= 0.54), pkg-config, + python3-gi (>= 3.40) , sassc, ttf-bitstream-vera , wayland-protocols (>= 1.21) [linux-any], diff --git a/debian/tests/control b/debian/tests/control index 6427dedc91..e535d20f45 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,7 +3,7 @@ Depends: build-essential, libgtk-4-dev, xauth, xvfb Restrictions: allow-stderr, superficial Tests: python3-gi -Depends: dbus, gir1.2-gtk-4.0, python3-gi, xauth, xvfb +Depends: dbus, gir1.2-gtk-4.0, python3-gi (>= 3.40), xauth, xvfb # https://gitlab.gnome.org/GNOME/pygobject/-/merge_requests/81, !145, etc. Restrictions: flaky, superficial -- 2.30.2